home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 March / Gamestar_71_2005-03_dvd.iso / Programy / MatrixY2K2005WebsiteStudio.exe / {app} / Matrix.exe / 0 / RCDATA / TFIMAGE / TFIMAGE.txt
Encoding:
Text File  |  2004-12-18  |  4.5 KB  |  225 lines

  1. object fImage: TfImage
  2.   Left = 215
  3.   Top = 173
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Insert picture ...'
  7.   ClientHeight = 331
  8.   ClientWidth = 648
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -9
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object AdvPicture1: TAdvPicture
  21.     Left = 720
  22.     Top = 16
  23.     Width = 17
  24.     Height = 17
  25.     Animate = False
  26.     AutoSize = True
  27.     Picture.Stretch = False
  28.     Picture.Frame = 0
  29.     PicturePosition = bpTopLeft
  30.     Visible = False
  31.   end
  32.   object Edit1: TEdit
  33.     Left = 8
  34.     Top = 14
  35.     Width = 593
  36.     Height = 20
  37.     TabOrder = 0
  38.     OnChange = Edit1Change
  39.   end
  40.   object Button1: TButton
  41.     Left = 604
  42.     Top = 13
  43.     Width = 36
  44.     Height = 20
  45.     Caption = '...'
  46.     TabOrder = 1
  47.     OnClick = Button1Click
  48.   end
  49.   object Button2: TButton
  50.     Left = 296
  51.     Top = 283
  52.     Width = 121
  53.     Height = 22
  54.     Caption = 'Add Image'
  55.     Default = True
  56.     Enabled = False
  57.     TabOrder = 2
  58.     OnClick = Button2Click
  59.   end
  60.   object Button3: TButton
  61.     Left = 521
  62.     Top = 283
  63.     Width = 121
  64.     Height = 22
  65.     Caption = 'Cancel'
  66.     TabOrder = 3
  67.     OnClick = Button3Click
  68.   end
  69.   object StatusBar1: TStatusBar
  70.     Left = 0
  71.     Top = 312
  72.     Width = 648
  73.     Height = 19
  74.     Panels = <>
  75.     ParentFont = True
  76.     SimplePanel = False
  77.     UseSystemFont = False
  78.   end
  79.   object GroupBox1: TGroupBox
  80.     Left = 296
  81.     Top = 40
  82.     Width = 345
  83.     Height = 65
  84.     Caption = 'Dimensions'
  85.     TabOrder = 5
  86.     object Label1: TLabel
  87.       Left = 8
  88.       Top = 19
  89.       Width = 38
  90.       Height = 12
  91.       AutoSize = False
  92.       Caption = 'Width :'
  93.     end
  94.     object Label2: TLabel
  95.       Left = 8
  96.       Top = 44
  97.       Width = 49
  98.       Height = 12
  99.       AutoSize = False
  100.       Caption = 'Height :'
  101.     end
  102.     object Label3: TEdit
  103.       Left = 54
  104.       Top = 16
  105.       Width = 58
  106.       Height = 20
  107.       TabOrder = 0
  108.     end
  109.     object Label4: TEdit
  110.       Left = 54
  111.       Top = 40
  112.       Width = 58
  113.       Height = 20
  114.       TabOrder = 1
  115.     end
  116.   end
  117.   object GroupBox2: TGroupBox
  118.     Left = 8
  119.     Top = 40
  120.     Width = 281
  121.     Height = 265
  122.     Caption = 'Picture :'
  123.     TabOrder = 6
  124.     object AdvPicture2: TAdvPicture
  125.       Left = 2
  126.       Top = 14
  127.       Width = 277
  128.       Height = 249
  129.       Animate = False
  130.       Picture.Stretch = False
  131.       Picture.Frame = 0
  132.       PicturePosition = bpCenter
  133.       Align = alClient
  134.       StretchMode = smShrink
  135.     end
  136.   end
  137.   object CheckBox1: TCheckBox
  138.     Left = 296
  139.     Top = 262
  140.     Width = 345
  141.     Height = 17
  142.     Caption = 'No border around image'
  143.     Checked = True
  144.     State = cbChecked
  145.     TabOrder = 7
  146.   end
  147.   object GroupBox3: TGroupBox
  148.     Left = 296
  149.     Top = 107
  150.     Width = 345
  151.     Height = 94
  152.     Caption = 'Path Style'
  153.     TabOrder = 8
  154.     object full: TRadioButton
  155.       Left = 8
  156.       Top = 18
  157.       Width = 217
  158.       Height = 17
  159.       Caption = 'Full path ( myimages\myimage.jpg )'
  160.       TabOrder = 0
  161.     end
  162.     object nofull: TRadioButton
  163.       Left = 8
  164.       Top = 35
  165.       Width = 169
  166.       Height = 17
  167.       Caption = 'File only ( myimage.jpg )'
  168.       TabOrder = 1
  169.     end
  170.     object comp: TRadioButton
  171.       Left = 8
  172.       Top = 52
  173.       Width = 243
  174.       Height = 17
  175.       Caption = 'Complete path ( c:\myimages\myimage.jpg )'
  176.       TabOrder = 2
  177.     end
  178.     object Relative: TRadioButton
  179.       Left = 8
  180.       Top = 69
  181.       Width = 321
  182.       Height = 17
  183.       Caption = 'Relative path (../Program Files/foobar/img/mypic.gif )'
  184.       Checked = True
  185.       TabOrder = 3
  186.       TabStop = True
  187.     end
  188.   end
  189.   object GroupBox4: TGroupBox
  190.     Left = 296
  191.     Top = 212
  192.     Width = 345
  193.     Height = 49
  194.     Caption = 'Alt Text'
  195.     TabOrder = 9
  196.     object AltText: TEdit
  197.       Left = 5
  198.       Top = 19
  199.       Width = 332
  200.       Height = 20
  201.       TabOrder = 0
  202.     end
  203.   end
  204.   object ActionList1: TActionList
  205.     Left = 234
  206.     Top = 89
  207.     object CloseWindow: TAction
  208.       Caption = 'CloseWindow'
  209.       ShortCut = 27
  210.       OnExecute = CloseWindowExecute
  211.     end
  212.   end
  213.   object OpenDialog1: TOpenPictureDialog
  214.     Filter = 
  215.       'All (*.jpg;*.jpeg;*.gif;*.bmp;*.ico;*.emf;*.wmf;*.png)|*.jpg;*.j' +
  216.       'peg;*.gif;*.bmp;*.ico;*.emf;*.wmf;*.png|Gif Image File (*.gif)|*' +
  217.       '.gif|JPEG Image File (*.jpg)|*.jpg|JPEG Image File (*.jpeg)|*.jp' +
  218.       'eg|Bitmaps (*.bmp)|*.bmp|Icons (*.ico)|*.ico|Enhanced Metafiles ' +
  219.       '(*.emf)|*.emf|Metafiles (*.wmf)|*.wmf|PNG Files (*.png)|*.png|Al' +
  220.       'l  (*.*)|*.*'
  221.     Left = 472
  222.     Top = 64
  223.   end
  224. end
  225.